@import url("https://at.alicdn.com/t/font_2318071_g37v96izcs.css");

body {
	color: #333;
	font-size: 14px;
	min-width: 1440px;

}

html {
	/* background: #f8f7fd; */
	background-image: linear-gradient(180deg, #eeeef8 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal, normal;
}

* {
	margin: 0;
	padding: 0;
}

ul,
li,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

button,
input,
textarea {
	font-family: 'microsoft yahei', simsun, tahoma, Srial, helvetica, sans-serif;
	outline: medium;
	box-sizing: content-box;
}

input,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
}

table td {
	empty-cells: show;
	word-break: break-word;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #258cf1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.redcolor {
	color: #ff0f0f;
}

.bluecolor {
	color: #258cf1;
}

.whitecolor {
	color: #fff;
}

.color333 {
	color: #333;
}

.color666 {
	color: #666;
}

.color999 {
	color: #999;
}

.block {
	display: block
}

.whitesp {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* vipcss */
.vip-top {
	width: 100%;
	position: relative;
	z-index: 1;
}

.vip-header-box {
	position: absolute;
	z-index: 10;
	width: 1200px;

	left: 50%;
	margin-left: -600px;
}

.vip-top-header {
	width: 100%;
	height: 146px;
	display: block;
	float: left;
	box-sizing: border-box;

}

.vip-top-msg {
	width: 100%;
	line-height: 42px;
	color: #fff;
	float: left;
	font-size: 12px;
}

.vip-top-msg a {
	color: #fff;
	text-decoration: none;
}

.vip-top-msg a:hover {
	color: #fff;
}

.vip-logo {
	float: left;
	width: 100px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.vip-logo img {
	max-width: 100%;
	max-height: 100%
}

.vip-name {
	float: left;
	color: #fff;
	margin-right: 10px;
	line-height: 200%;
	display: flex;
	flex-direction: column;
	height: 70px;
	justify-content: center;
}

.vip-name-cn {
	font-size: 28px;
	font-weight: bold;
}

.vip-name-en {
	font-size: 14px;
	font-family: arial;
}

.vip-top-menu {
	width: 100%;
	display: block;
	float: left;
	height: 82px;
	background-color: #ffffff;
	box-shadow: 0px 7px 27px 0px rgba(13, 112, 166, 0.29);
	border-radius: 14px;
	font-size: 16px;
	color: #333;
	line-height: 82px;
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
}

.vip-top-menu a {
	min-width:70px;
	text-align: center;
}

.vip-top-menu a.cur,
.vip-top-menu a:hover {
	color: #19538d;
}

/* banner */


.vip-banner {
	width: 100%;
	height: 656px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.vip-banner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 25px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.vip-banner .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}

.vip-banner .hd ul li {
	float: left;
	margin: 0 5px;
	font-size: 0px;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #edf1f4;
	background: none;
	cursor: pointer;
}

.vip-banner .hd ul li.on {
	background: #edf1f4;
}

/* .vip-banner .prev,
.vip-banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 60px;
	height: 90px;
	background: url(../images/ad_ctr.png) 0px 0px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.vip-banner .next {
	left: auto;
	right: 3%;
	background-position: 0px -90px;
} */

/* .vip-banner .prev:hover,
.vip-banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.vip-banner .prevStop {
	display: none;
}

.vip-banner .nextStop {
	display: none;
} */

.vip-banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.vip-banner .bd ul {
	width: 100% !important;
}

.vip-banner .bd li {
	width: 100% !important;
	height: 656px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}

.vip-banner .bd li a {
	display: block;
	height: 656px;
}

.banner-shade {
	width: 100%;
	height: 656px;
	background: rgba(0, 0, 0, 0.12);
}

/* 企业简介 */
.list-main-box {
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(180deg, #eeeef8 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal, normal;
}

.vip-main {
	width:1340px;
	margin: 0 auto;
	padding: 0 70px;
	box-sizing: border-box;

}

.vip-list-title {
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}

.vip-list-title .vip-title-icon {
	display: inline-block;
	width: 7px;
	height: 48px;
	background-color: #19538d;
	float: left;
	margin-right: 8px;
}

.vip-list-title .vip-title-text {
	float: left;

}

.vip-title-cn {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: bold;
	color: #19538d;
	line-height: 120%;
}

.vip-title-en {
	font-family: Arial;
	font-size: 12px;
	color: #19538d;
	line-height: 260%;
}

.vip-detail-basic {
	width: 100%;
	padding: 40px 0 80px 0;
	font-size: 14px;
	color: #333;
	line-height: 180%;
	overflow: hidden;
}

.vip-detail-basic img {
	max-width: 100%;
}

.vip-detail-basic td {
	border: 1px solid;
}

/* 页尾 */
.vip_bottom {
	background: #383838;
	padding: 15px 0 10px 0;
}

.vip_bottom h2 {
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	display: inline-block
}

.vip_bottom span {
	color: #fff4ef;
	line-height: 35px;
	padding-right: 34px;
}

.vip_bottom a {
	color: #fff4ef;
}

.vip_bottom a.color999 {
	color: #999;
}

.vip_bottom span.fr {
	color: #999;
	padding: 0;
	padding-right: 0px;
}

.t_width {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.t_bgblk {
	background: #343434;
	padding: 20px 0;
}

/* 新闻列表 */
.list {
	width: 100%;
	padding-bottom: 30px;
	/*overflow: hidden;*/
}

.news-list {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 44px;
}

.news-list li {
	width: 100%;
	margin-top: 36px;
	overflow: hidden;
}

.list-news-date {
	display: inline-block;
	width: 163px;
	height: 146px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #999;

}

.list-news-text {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 658px;
	float: left;
	height: 146px;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.list-news-text p {
	display: inline-block;
	width: 100%;
}

.list-news-img {
	display: inline-block;
	width: 290px;
	float: right;
	height: 146px;
	overflow: hidden;
}

.date-y {
	font-size: 30px;
	line-height: 200%;
	margin-top: 24px;

}

.list-news-article {
	font-size: 16px;
	color: #666;
	line-height: 48px;
}

.list-news-subhead {
	color: #999999;
	line-height: 180%;

}

.news-list li a:hover .list-news-article {
	color: #19538d;
}

/*分页*/
.vip_page {
	width: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.vip_page a,
.vip_page span {
	margin: 0 8px;
}

.vip_page a {
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	border-radius: 50%;

	color: #333;
}

.vip_page a.cur {
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 21px;
	border-radius: 50%;

	color: #333;
	background-color: #a2bad1;
	color: #333;
}

.vip_page a:hover {
	background-color: #19538d;
	color: #fff;
}

.vip_page a.page-pre {
	display: inline-block;
	border-radius: 0px;
	display: inline-block;
	width: 21px;

	height: 21px;
	position: relative;
	top: 5px;
	background: url(/Content/store/page-pre.png) center center no-repeat;
}

.vip_page a.page-next {
	display: inline-block;
	border-radius: 0px;
	display: inline-block;
	width: 21px;

	height: 21px;
	position: relative;
	top: 5px;
	background: url(/Content/store/page-next.png) center center no-repeat;
}

/* 列表搜索 */
.vip-list-search {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 22px;
	background: #ececf5;
	margin-top: 26px;
}

.vip-list-search ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: wrap;

}

.vip-list-search li {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-right: 20px;
	flex-wrap: nowrap;
	padding: 8px 0;
}

.vip-list-search span {
	padding: 0 5px;
	color: #333;
}

.vip-list-search li select,
.vip-list-search li input {
	height: 36px;
	border-radius: 2px;
	border: solid 1px #ededf1;
	margin-left: -1px;
	box-sizing: border-box;
	min-width: 86px;
	background-color: #f4f3f9;
	min-width: 100px;
}

.vip-list-search li input {
	width: 183px;
	height: 36px;
	border-radius: 2px;
	border: solid 1px #ededf1;
	margin-left: -1px;
	padding-left: 5px;
	background-color: #f4f3f9;
}

.vip-list-search li input.width100 {
	width: 100px;
}

.vip-list-search a.t_btonserch {
	width: 50px;
	height: 34px;
	text-align: center;
	background-color: #19538d;

	color: #fff;
	font-size: 16px;
	line-height: 34px;
	border-radius: 3px;

}

/* 表格列表 */
.vip-table {
	width: 100%;
	table-layout: fixed;

}

.vip-table thead th {
	height: 34px;
	background-color: #ededf5;
	color: #19538d;
	font-weight: normal;
	padding: 5px;

}

.vip-table tbody tr:first-child td {
	padding-top: 6px
}

.vip-table tbody td {
	color: #333;
	font-size: 14px;
	height:44px;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
}
.vip-table tbody td a{
	color:#1c5b9a
}
.vip-table tbody tr:hover td {
	background-color: #f5f5fd;
}
/* 新闻列表 基础款 */

.news-list-basics {
	width: 100%;
	padding-bottom: 40px;
}

.news-list-basics li a {
	width: 100%;
	height: 76px;

	border-bottom: 1px solid #edebf6;
	box-sizing: border-box;
	padding: 0 25px;
}

.news-list-basics li a {
	width: 100%;
	height: 76px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}


/* 招聘信息 */
.vip-job-list {
	width: 100%;
	padding: 20px 0;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;

}

.vip-job-list li {
	display: block;
	width: 300px;
	height: 230px;
	margin: 10px;
	float: left;
	margin-right: 120px;
	top: 0px;
	position: relative;
	transition: all 0.4s ease 0s;
}

.vip-job-list li:nth-child(3n) {
	margin-right: 10px;
}

.vip-job-list li:last-child {
	margin-right: 10px;
}

.vip-job-list li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	top: -15px;
}

.vip-job-name {
	width: 300px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	background: #18538d;
	color: #fff;
	font-size: 24px;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
}

.vip-job-name i {
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 56px;
	background: #fff;
	top: 0px;
	left: 10px;
}

.vip-job-text {
	line-height: 160%;
	padding: 25px;
	font-size: 14px;
	color: #424149;
}

.vip-job-text p {
	padding-bottom: 8px;
}

/* 联系方式 */
.vip-contact-list {
	width: 100%;
	box-sizing: border-box;
	padding: 24px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vip-contact-list li {
	width: 567px;
	height: 234px;
	margin: 13px 0;
	padding: 0px 30px 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff url(/Content/store/contactBGindex.png) no-repeat bottom right;
	transition: all 0.1s ease 0s;
	position: relative;
}

.vip-contact-list li:hover {
	border: 1px solid #1a528d;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}

.vip-contact-name {
	display: flex;
	color: #333;
	padding: 30px 0px 10px 0px;
}

.vip-contact-name span {
	margin-right: 25px;

}
.vip-contact-name span:nth-child(2) {
	margin-top:16px
}
.vip-contact-name span:nth-child(3) {
	margin-top:16px
}

.vip-contact-msg {
	width: 100%;
}

.vip-contact-msg dl {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0px;
}

.vip-contact-msg dt {
	width: 50%;
	text-align: left;
	float: left;
	line-height: 36px;
	color: #666;
}

.vip-contact-msg .iconfont {
	color: #e8390e;
	margin-right: 10px;
	display: inline-block;
	width: 18px;
	float: left;
}

.vip-contact-msg span {
	float: left;
	display: inline;
	width: 204px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.vip-reminderMsg {
	width: 100%;
	text-align: center;
	color: #414141;
}

.vip-reminderMsg a {
	color: #e8380d;

}

.vip-reminderMsg a:hover {
	color: #e8380d;
}

/* 在线反馈 */
.form-box {
	margin-top: 28px;
	margin-bottom: 28px;
	width: 100%;
	padding: 40px 80px;
	/*background-image: linear-gradient(180deg,
			#f5f5ff 0%,
			#ffffff 100%),
		linear-gradient(#f5f5ff,
			#f5f5ff);*/
	background-blend-mode: normal,
		normal;
	box-shadow: 0px 0px 16px 0px rgba(178, 178, 184, 0.16);
	min-height: 300px;
	box-sizing: border-box;
}

.form-box td {
	padding: 5px 25px;
	line-height: 40px;
}

.form-box td input[type="text"],
.form-box td input[type="number"],.form-box td select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: solid 1px #e5e5ea;
	background: none;
}
.form-box td input[type="text"]:focus,
.form-box td input[type="number"]:focus,.form-box td select:focus{
	border:1px solid #157ef;
}
.form-box td input[type="submit"] {
	width: 200px;
	height: 38px;
	line-height: 38px;
	background-color: #19538d;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.form-box td input[type="button"] {
	width: 200px;
	height: 38px;
	line-height: 38px;
	background-color: #19538d;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.form-textarea {
	width: 100%;
	height: 143px;
	border: solid 1px #e5e5ea;
	background: none;
	padding: 10px;
	box-sizing: border-box;
}

/* 企业相册 */
.photo-list {
	width: 110%;
	overflow: hidden;
	padding-bottom: 40px;
/*	float: left;*/
}

.photo-list li {
	width: 390px;
	margin-right: 13px;
	float: left;
	margin-top: 30px;
	overflow: hidden;
}
.photo-list li .photo-list-box{
	width:390px;
	height:290px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.photo-list li .photo-list-box a{
	cursor: zoom-in;
}
.photo-list li img {
	max-width: 390px;
	max-height: 290px;
}

.photo-list li p {
	width: 100%;
	height: 78px;
	background: #f4f5f9;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	color: #666;
	box-sizing: border-box;
	font-size: 16px;
}

.photo-list li:hover {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.imgTransition {
	transition: all 0.9s ease 0s;
	overflow: hidden;
}

.imgTransition:hover {
	transform: scale(1.1, 1.1);
}

/* 新闻详情 */
.vip-news-datail-title {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
}

.vip-news-datail-title h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	line-height: 160%;
}

.vip-news-datail-title p {
	color: #666;
}

.vip-news-datail-title p span {
	padding: 0 10px;
}

.vip-detail-table {}

.vip-line-gray {
	width: 100%;
	background: #eaedf7;
	padding: 12px 0;
	text-align: center;
	line-height: 200%;
	margin-top: 10px;
}

.vip-line-gray span {
	padding: 0 40px;
}

.vip-line-gray .iconfont {
	margin-right: 8px;
	position: relative;
	top: 1px;
}

.vip-detail-table td {
	height: 35px;
	padding: 5px 0;
	line-height: 180%;
}

.u-line {
	width: 100%;
	height: 1px;
	background: #e9e9e9;

}

.vip-nolimit {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}

.vip-nolimit a,
.vip-nolimit a:hover {
	color: #ff0f0f;
}

/* 首页 */
.index-main-box {
	width: 100%;
	background-image: linear-gradient(180deg,
			#eeeef8 0%,
			#ffffff 100%),
		linear-gradient(#ffffff,
			#ffffff);
	background-blend-mode: normal,
		normal;
}

.index-1200-floor {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
}

.index-1200-floor h3 {
	font-size: 54px;
	font-family: Arial;
	color: #e0e0e0;
	font-weight: bold;
	margin-top: 50px;
	opacity: 0.5;
}

.index-1200-floor h3 span {
	font-size: 30px;
	font-weight: normal;
	margin-left: 25px;
}

.index-bref-box {
	width: 100%;

}

.index-bref-text {
	width: 800px;
	box-sizing: border-box;
	padding-right: 100px;
	display: inline-flex;
	align-items: center;
	float: left;
	height: 240px;
	line-height: 200%;
	text-indent: 2em;
}

.index-bref-video {
	width: 400px;
	height: 240px;
	float: right;
	overflow: hidden;
}

.index-bref-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0px;
	outline:none;
}

.index-bref-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0px;
}

.index-title {
	width: 100%;
	line-height: 30px;
}

.index-title span {
	font-size: 24px;

}

.index-title a {
	font-size: 12px;
	color: #999;
}

.index-title a:hover {
	color: #19538d;
}

.index-news {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left 16px;
}

.index-news-ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
}

.index-news-img {
	width: 600px;
	height: 406px;
	padding-top: 38px;
	box-sizing: border-box;
	overflow: hidden;

}
.index-news-img img{
	width:100%;height:100%;object-fit: cover;max-width: 100%;
	max-height: 100%;
}
.index-news-content {
	width:518px;
	height: 406px;
	padding-top: 38px;
	box-sizing: border-box;
	position: relative;

}

.index-news-content h4 {

	font-size: 24px;


	padding: 0 0 20px;
	position: relative;
	margin-bottom: 30px;

}

.index-news-content h4 i {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 4px;
	background-color: #19538d;
	bottom: 0px;
	left: 0px;
}

.index-news-bg {
	position: absolute;
	top: 3px;
	left: 12px;
	font-family: arial;
	font-size: 97px;
	font-weight: bold;

	line-height: 32px;

	color: #c6ceff;
	opacity: 0.15;
}

.index-news-time {
	color: #19538d;
	font-size: 14px;
	line-height: 200%;
	margin-top: 50px;
}

.index-news-text {
	width: 100%;
	height: 128px;
	box-sizing: border-box;
	padding: 15px 0;
	line-height: 200%;
	display: inline-flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.index-news-btn {
	display: inline-block;
	width: 126px;
	height: 50px;
	box-sizing: border-box;
	line-height: 50px;
	background-color: #19538d;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	transition: all 0.4s ease 0s;
	position: relative;
	top: 0px;
}

.index-news-btn:hover {
	background: 19538d;

	border-radius: 50px;
	color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

/* 首页企业报价 */
.index-table {
	width: 100%;
	table-layout: fixed;
	margin-top: 25px;
}

.index-table thead th {
	height: 34px;
	background-color: #eeeef6;

	color: #19538d;
}

.index-table tbody tr:hover td {
	background-color: #f5f5fd;
}

.index-table td {
	text-align: center;
	padding: 5px;
	height: 40px;
	box-sizing: border-box;
}

.index-table a {
	color: #1c5b9a;
}

.index-photo {
	width: 100%;
	overflow: hidden;
	background-color: #19538d;
	padding-top: 120px;

	margin-top: 10px;
	float: left;
	position: relative;
}

/* 企业信用 */
.vip-credit-unit {
	width: 100%;
	padding-top: 30px;
}

.vip-credit-table {
	width: 100%;
	border: 0px;
}

.vip-credit-table td {
	height: 40px;
	padding: 8px 5px;
	box-sizing: border-box;
	color: #666;
}

.vip-credit-table tr:nth-child(odd) td {
	background-color: #ebebf4;
}

.vip-credit-table td.tdBack {
	color: #19538d;
	padding-left: 45px;
}

.vip-credit-unit-menu ul {
	width: 100%;
}

.vip-credit-unit-menu ul li {
	display: inline-block;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	color: #666;
	margin-right: 10px;
	cursor: pointer;
}

.vip-credit-unit-menu ul li.hover {
	background: #19538d;
	border-radius: 50px;
	color: #fff;
}

.vip-credit-unit-setTab {
	padding-top: 10px
}

.noAccess {
	width: 100%;
	height: 222px;
	background: url(../images/unlogin1.png) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 46px;
}

.vip-credit-unit-tabllelist th {
	height: 40px;
	background: #ebebf4;
	color: #19538d;
	font-weight: normal;
}
.vip-credit-unit-tabllelist td {
	height: 40px;
	text-align: center;
	color: #333;
	font-weight: normal;
}
.t_bj_btn {
	background:#19538d;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin: 30px auto 0;
	display: block;
	cursor: pointer;
	text-align: center;
}
.t_bj_btn:hover{
	color: #fff;
	opacity: 0.9;
}

/* 行业信用 */
.t_qiyxtb {
	margin: 20px auto 10px;
	background: url('../images/9234220.png') no-repeat center;
	background-size: cover;
}

#relationalMap {
	width: 100%;
	height: 532px;
	border: 1px solid #e3e1e2;
	overflow: hidden;
	background: url('../images/9234220.png') no-repeat left top;
	background-size: 100% 100%;
}


.vip_nologin {
	text-align: center;
	padding: 40px 0;
	width: 100%;
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vip_nologin i.icon-quesheng_chawuxinxizanwuxinxi {
	font-size: 100px;
	line-height: 70%;
	margin-top: 10px;
	font-size: 100px;
}

.vip-credit-percent {
	width: 100%;
	overflow: hidden;
}

.vip-credit-percent-left {
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	background: #f2f2f8;
	padding: 35px 0;
	box-sizing: border-box;
	color: #666;
	float: left;
}

.vip-credit-percent-left .percent {
	color: #19538d;
	line-height: 200%;
}

.vip-credit-percent-left p {
	display: inline-block;
	width: 100%;
}

.vip-credit-percent-right {
	width: 1065px;
	float: right;
	height: 120px;
	overflow: hidden;
	box-sizing: border-box;
	background: #f2f2f8;
	padding: 25px;
}

.vip-credit-percent-right li {
	width: 100%;
	line-height: 35px;
	color: #666;
	display: inline-block;
}

.vip-credit-percent-right li span {
	display: inline-block;
	float: left;
	min-width: 180px;
}

.vip-credit-percent-right li span font {
	color: #19538d;
}

/* 企业信用列表轮播 */
.list-credit {
	width: 100%;
	background: #19538d;
	padding: 50px 0;
	color: #fff;
}

.list-credit-menu {
	width: 100%;
	overflow: hidden;
}

.list-credit-menu li {
	float: left;
	display: inline-block;
	min-width: 100px;
	height: 30px;
	line-height: 28px;
	box-sizing: border-box;
	margin-right: 20px;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #19538d;
}

.list-credit-menu li.hover {
	border: 1px solid #82c1ff;
	color: #82c1ff;
}

.list-credit-menu .list-more {
	line-height: 30px;
	font-size: 12px;
	color: #fff;

}

.t_qyxytb .bd {
	width: 1200px;
}

.t_qyxytb .bd ul li {
	width: 212px;
	height: 200px;
	margin-right: 25px;
	box-shadow: none;
	border: 0;
}

.t_qyxytb .bd li .pic {
	width: 212px;
	height: 168px;
	position: relative;
	overflow: hidden;

}

.t_qyxytb .bd li .pic a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.t_qyxytb .bd li img {
	display: block;
	height: 100%;
}

.t_qyxytb .bd li .shoutitle {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 212px;
	height: 168px;
	background: #000;
	opacity: 0.8;
	color: #fff;
	text-align: center;
}

.t_qyxytb .bd li .shoutitle i {
	font-size: 60px;
	padding-top: 50px;
	display: block;
}

.t_qyxytb .bd li .title {
	line-height: 30px;
	text-align: center;
}

.t_qyxytb .hd .prev,
.t_qyxytb .hd .next {
	width: 30px;
	height: 45px;
	top: 73px;
	opacity: 0.6;
}

.t_qyxytb .hd .prev:hover,
.t_qyxytb .hd .next:hover {
	opacity: 1;
}

.t_qyxytb .hd .prev {
	background: url('/Content/store/ad_ctr.png') no-repeat 0 0;
	background-size: 100%;
}

.t_qyxytb .hd .next {
	background: url('/Content/store/ad_ctr.png') no-repeat 0 -45px;
	background-size: 100%;
}

.t_photos .bd ul li {
	width: 350px;
	height: 323px;
	box-shadow: none;
	border: 0;
	text-align: center;
	line-height: 30px;
	margin-right: 30px;
}

/* 首页轮显 */
/* 本例子css */
.ladyScroll {
	width: 1200px;
	height: 560px;
	margin: 0px auto;
	position: relative;
}

.photo-left-back {
	width: 370px;
	height: 400px;
	position: absolute;
	background: rgba(21, 66, 111, 0.8);
	top: 135px;
	right: 50%;
	margin-right: 615px;
	z-index: 100;
}

.photo-right-back {
	width: 370px;
	height: 400px;
	position: absolute;
	background: rgba(21, 66, 111, 0.8);
	top: 135px;
	left: 50%;
	margin-left: 615px;
	z-index: 100;
}

.index-photo-btn {

	text-align: center;
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -122px;
	height: 52px;
}

.index-photo-btn a:hover {
	background: #fff;
	color: #686868;
}

.ladyScroll a {
	display: inline-block;
	line-height: 52px;


}

.ladyScroll a .iconfont {
	font-size: 18px;
}

.ladyScroll dl:hover dd {
	display: block;
}

.ladyScroll .prev {
	width: 122px;
	height: 52px;
	background-color: #4775a4;
	color: #fff;
	cursor: pointer;

}

.ladyScroll .next {
	width: 122px;
	height: 52px;

	background-color: #4775a4;
	color: #fff;
}


.ladyScroll .prev:hover {
	background-position: 0 -45px;
}

.ladyScroll .next:hover {
	background-position: 0 -135px;
}

.ladyScroll .scrollWrap {
	width: 1200px;

	padding-top: 15px;
	position: absolute;
}

.ladyScroll dl {
	float: left;
	width: 400px;
	height: 400px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.ladyScroll span {
	/* display: block;
					width: 298px;
					height: 53px;
					position: absolute;
					left: 5px;
					bottom: 0;
					background: #5f626b;
					filter: alpha(opacity=80);
					opacity: 0.80; */
}

.ladyScroll dt {
	margin: 0 auto;
	width: 400px;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}
/*.list-credit-text .vip_nologin{color:#fff}*/

.ladyScroll img {
	display: block;
	width: 370px;
	height: 400px;
	object-fit: cover;
	max-width: 370px;
	max-height: 400px;
}

.ladyScroll dd {
	position: absolute;
	width: 284px;
	height: 306px;
	color: #fff;
	top: 50%;
	margin-top: -158px;
	left: 50%;
	margin-left: -142px;
	transition: all 0.9s ease 0s;
}

.ladyScroll dd:hover a {
	opacity: 1;
}

.ladyScroll dd a {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: none;
	color: #fff;
	transition: all 0.9s ease 0s;
	cursor: default;
}

.ladyScroll dd a:hover {
	text-decoration: none;
}

.ladyScroll dl:hover span {
	background: #B52153;
}

.picScroll-left {
	width: 100%;

	position: relative;
	padding-top: 35px;
}

.picScroll-left .ladyScroll {
	height: 540px;
}

.picScroll-left .photo-left-back,
.picScroll-left .photo-right-back {
	top: 50px;
}

.picScroll-left .index-photo-btn {
	bottom: 40px;
}

.picScroll-left .ladyScroll dd {
	width: 370px;
	height: 100%;
	top: 0px;
	left: 15px;
	margin-top: 0px;
	margin-left: 0px;
}

.list-credit-text {
	width: 100%;
	line-height: 200%;
	opacity: 0.9;
}

.list-credit-text p {}

.vip-list-title-sec {
	width: 100%;
	margin:40px 0 20px;overflow: hidden;

}

.vip-list-title-sec i {
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #19538d;
	float: left;
	position: relative;
	top: 3px;
}

.vip-list-title-sec h4 {
	font-size: 20px;
	color: #19538d;
	line-height: 120%;
	font-weight: bold;
	padding-left: 15px;
}

.vip-list-ul {
	width: 105%;
	overflow: hidden;
}

.vip-list-ul li {
	float: left;
	width: 280px;
	margin-right: 25px;
	margin-bottom: 20px;

}

.vip-list-ul li .vip-list-picbox {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.vip-list-ul li .vip-list-picbox img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: contain;
}

.vip-list-ul li p {
	display: inline-block;
	width: 100%;
	line-height: 200%;
	text-align: center;
	padding: 10px;
	float: left;
}


/* 产品图文列表 */
.vip-product-list {
	width: 105%;
	float: left;
	padding-bottom: 40px;
}

.vip-product-list li {
	float: left;
	width: 280px;
	margin-right: 25px;
	margin-top: 30px;

}

.vip-product-list li .vip-list-picbox {
	width: 280px;
	height: 280px;
	background:#eef0f5;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;

}
.vip-product-list li:hover{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.vip-product-list li .vip-list-picbox img {
	max-width: 280px;
	max-height: 280px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;

}

.vip-product-list li p {
	display: inline-block;
	width: 100%;
	line-height: 200%;
	text-align: center;
	padding: 10px;
	float: left;
	background:#eef0f5;
	box-sizing: border-box;
}

/* 物流信息 */
.vip_comcoltl{
    margin-top:15px
}
.vip_comcoltl ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.vip_comcoltl li {
    cursor: pointer;
    line-height: 30px;
    padding: 0 15px;
}
.vip_comcoltl li.hover {
    color: #1f6dbb;
}
.vip_comcoltl li.hover span {
    display: block;
    height: 2px;
    background: #19538d;
}
/*.t_comcoltl{}*/
.t_ewmtpimg {
	padding: 10px;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 0px;
}

.t_ewmtpimg img {
	width: 100px;
	height: 100px;
}
.vip-noLimite{
	background: #f7f8fa;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.ynl_icon{
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	background:#E50112;
	color:#fff;
	border-radius: 5px;
	font-size: 12px;
}
.t_tbbg {
	width: 52px;
	height: 52px;
	background: #fff0f0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin:9px 10px;
	border-radius: 10px;
	float:left;
}
.bgblue {
	background: #eff5ff;
}
bgyello {
	background: #fffee4;
}
.vip-nocontent{
	padding: 60px 55px 80px;
	margin: 20px 0;
	word-break: break-all;
	overflow: hidden;
	line-height: 180%;
	text-align: center;
	width: 100%;
}
.vip-nocontent i {
	font-size: 60px;
	display: block;
	margin:30px auto 55px auto;
	line-height: 120%;
}
.vip-nocontent i.icon-quesheng_chawuxinxizanwuxinxi {
	font-size: 150px;
	margin-bottom: 0px;
}
.vip-table thead td {
	height: 34px;
	background-color: #dfdfea;
	color: #333;
	font-weight: normal;
	padding: 5px;
	border-top: 1px solid #ebebee;
	text-align: center;
}
.vip-table.noHover tbody tr:hover td{
	background: none
}
.index-news-ul{
	width: 1200px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-image: url('/Content/store/diandian.png');
	background-position:625px 580px ;
}
p.vip-job-des{
	display: inline-block;
	width: 100%;
	height: 44px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.list-img{
	width: 110px;
	height: 55px;
	object-fit: fill;
	max-width:110px ;
	max-height:55px ;
}
.index-photo dt a{cursor: zoom-in;}
.u-color-white {
	color: #fff;
}

/*宣传册 */
.corporate_brochure{
	width: 95%;
	padding: 20px 0 80px 0;
	margin: 0 auto;
	height: 500px;
}
.lookClick {
	display: inline-block;
	width: 100px;
	height: 44px;
	background: #6886B8;
	border: 1px solid #EEEEEE;
	border-radius: 6px;
	/* float: right; */
	/* margin-top: 17px; */
	margin-right: 27px;
	text-align: center;
	line-height: 44px;
	color: #ffffff;
}
.lookClick:hover {
	color: #ffffff;
 }


.textAreaTdBorder td{
	border: 1px solid;
}